home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TDXFMEDITDESCRIPTION / TDXFMEDITDESCRIPTION.txt
Text File  |  2004-09-21  |  1KB  |  62 lines

  1. object dxfmEditDescription: TdxfmEditDescription
  2.   Left = 383
  3.   Top = 205
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Description'
  6.   ClientHeight = 294
  7.   ClientWidth = 333
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnKeyDown = FormKeyDown
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnOK: TButton
  20.     Left = 90
  21.     Top = 265
  22.     Width = 75
  23.     Height = 23
  24.     Caption = '&OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 1
  28.   end
  29.   object btnCancel: TButton
  30.     Left = 171
  31.     Top = 265
  32.     Width = 75
  33.     Height = 23
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.   end
  39.   object btnHelp: TButton
  40.     Left = 252
  41.     Top = 265
  42.     Width = 75
  43.     Height = 23
  44.     Caption = '&Help'
  45.     TabOrder = 3
  46.   end
  47.   object gbxMemoHost: TGroupBox
  48.     Left = 5
  49.     Top = 6
  50.     Width = 322
  51.     Height = 249
  52.     TabOrder = 0
  53.     object memDescription: TMemo
  54.       Left = 8
  55.       Top = 18
  56.       Width = 305
  57.       Height = 218
  58.       TabOrder = 0
  59.     end
  60.   end
  61. end
  62.